Auto merge of #2333 - matklad:remove-unused-var, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 30 Jan 2016 00:53:14 +0000 (00:53 +0000)
committerbors <bors@rust-lang.org>
Sat, 30 Jan 2016 00:53:14 +0000 (00:53 +0000)
commit4b447ed3d343fe953f1c0124cb0530b224982dd0
tree7505eb9166a9bfe11c2ceaf39d53c048cf3dd25b
parent6c05bcb4c5b20bbc0036aba4b41f0e991378986a
parent002e51fb70dc1b2a9c582e3fad85318f95e1a31e
Auto merge of #2333 - matklad:remove-unused-var, r=alexcrichton

It became unused after https://github.com/rust-lang/cargo/commit/3194a23a706c17037556c11e7bf4303ea233f208

Is this intentional that unused variables are not denied in tests?